• Description:
    This is useful for including a binary data/file that will be available within program's code. If such data list will be in a procedure, this list will be overjumped to avoid mr guru :)

  • Syntax:
      BYTE   list or string
      WORD   list
      LONG   list
    

    If string (BYTE only) wrote, no zero character will be added to the end, you have to add manualy '\0'.
      BINARY list of file names
    

    Here will be placed listed files.

    To be more usefull, you can sign these static fields with labels.

  • Example:
      rawdata: BINARY 'ram:data.raw'
      BYTE '\0$VER: v0.1\0'